'Declaration<DispIdAttribute(482)> Function IsBlank_5( _ ByVal ImageID As Integer, _ ByVal Confidence As Single, _ ByVal AccountForMargins As Boolean, _ ByVal AccountForPunchHoles As Boolean, _ ByRef ConfidenceOut As Single _ ) As Boolean
[DispId(482)] bool IsBlank_5( int ImageID, float Confidence, bool AccountForMargins, bool AccountForPunchHoles, ref float ConfidenceOut )
function IsBlank_5(
ImageID: Integer;
Confidence: Single;
AccountForMargins: Boolean;
AccountForPunchHoles: Boolean;
var ConfidenceOut: Single
): Boolean;
DispIdAttribute(482) function IsBlank_5( ImageID : int, Confidence : float, AccountForMargins : boolean, AccountForPunchHoles : boolean, ConfidenceOut : float ) : boolean;
[DispId(482)] bool IsBlank_5( int ImageID, float Confidence, bool AccountForMargins, bool AccountForPunchHoles, ref float ConfidenceOut )
[DispId(482)] bool IsBlank_5( int ImageID, float Confidence, bool AccountForMargins, bool AccountForPunchHoles, float% ConfidenceOut )
Parameters
- ImageID
- Confidence
- AccountForMargins
- AccountForPunchHoles
- ConfidenceOut
